home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc64 / mm / Makefile
Encoding:
Makefile  |  2008-12-24  |  223 b   |  10 lines

  1. # Makefile for the linux Sparc64-specific parts of the memory manager.
  2. #
  3.  
  4. EXTRA_AFLAGS := -ansi
  5. EXTRA_CFLAGS := -Werror
  6.  
  7. obj-y    := ultra.o tlb.o tsb.o fault.o init.o generic.o
  8.  
  9. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  10.